home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Vault: The Games Collection 1
/
software vault.zip
/
software vault
/
CDR10
/
SPX20.ZIP
/
SPX_INT.ZIP
/
SPX_KEY.INT
< prev
next >
Wrap
Text File
|
1993-09-14
|
537b
|
30 lines
Unit SPX_KEY;
{$X+,O+ }
{ SPX Library Version 2.0 Copyright 1993 Scott D. Ramsay }
interface
uses spx_fnc;
var
ch : char;
np : array[1..9,1..2] of boolean;
portb,
c1,c2 : byte;
cleared,
plus,minus,
cold,lshft,rshft,
ctrl,alt,
space,bspc,funct,
esc,
enter : boolean;
procedure clearbuffer;
procedure clearkeyint;
procedure installkeyint;
function anykey:boolean;
procedure cli; inline($fa);
procedure sti; inline($fb);